GET api/MissingTimeReport?month={month}&year={year}&includeInactives={includeInactives}&programId={programId}&coachId={coachId}&clientId={clientId}&clinicId={clinicId}&tasks[0]={tasks[0]}&tasks[1]={tasks[1]}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
month | integer |
Required |
|
year | integer |
Required |
|
includeInactives | boolean |
Required |
|
programId | integer |
None. |
|
coachId | string |
None. |
|
clientId | integer |
None. |
|
clinicId | integer |
None. |
|
tasks | Collection of integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]
application/octet-stream
Sample:
[{},{}]
application/xml, text/xml
Sample:
<ArrayOfAnyType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <anyType /> <anyType /> </ArrayOfAnyType>